home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / mips / x-sony < prev    next >
Text File  |  1994-04-11  |  595b  |  19 lines

  1. # Make internal tables bigger.
  2. OLDCC=cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT)
  3.  
  4. # Define CC and OLDCC as the same, so that the tests:
  5. #    if [ x"$(OLDCC)" = x"$(CC)" ] ...
  6. #
  7. # will succeed (if OLDCC != CC, it is assumed that GCC is
  8. # being used in secondary stage builds).  We need to pass
  9. # the -Wf,-XNg1500 option so the compiler can compile the
  10. # G++ file cp-parse.c.  Otherwise it complains about
  11. # too many case statements.  The -Olimit is so the user
  12. # can use -O2.  Down with fixed size tables!
  13.  
  14. CC        = $(OLDCC)
  15. OPT        = -O1
  16.  
  17. # This is so we can link collect2 running native.
  18. CLIB        = -lmld
  19.